Githubのpull requestをScrapboxに貼る時のbookmarklet
code:js
javascript:(function(){window.prompt('ScrapLink',''+location.href+' '+document.querySelector('.gh-header-title').innerText+'')})();
例
これが
https://github.com/shokai/tw/pull/79
こうなる
Use secure protocol instead of http #79
Githubのpull requestページをScrapboxから参照する時、document.titleをそのまま使うと長すぎて邪魔なので作った
Use secure protocol instead of http by sachin21 · Pull Request #79 · shokai/tw
#bookmarklet